home *** CD-ROM | disk | FTP | other *** search
- set("/Variables:Stoppe",false);
- setProperty("_root.Meg", _visible, 1);
- set("/Variables:InventaireOuvert",false);
- if(eval("/Variables:EtatActif") == "Tab1")
- {
- tellTarget("_root")
- {
- gotoAndStop("Tab1BIni");
- play();
- }
- }
- else
- {
- tellTarget("_root")
- {
- gotoAndStop(eval("/Variables:EtatActif"));
- }
- }
- tellTarget("_parent")
- {
- gotoAndStop(1);
- }
-